Skip to content

Commit

Permalink
Explicitly opt-out of standard Travis template.
Browse files Browse the repository at this point in the history
Tokstyle needs its own .travis.yml for now, because it releases binaries,
unlike (at the moment) all other Haskell projects. Once the standard
Travis config template supports binary releases, we'll remove this
opt-out and start using that template.
  • Loading branch information
iphydf committed Apr 20, 2020
1 parent cd9716c commit 30c12bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Expand Up @@ -3,7 +3,7 @@ load("@rules_haskell//haskell:defs.bzl", "haskell_library")
load("//third_party/haskell/hspec-discover:build_defs.bzl", "hspec_test")
load("//tools/project:build_defs.bzl", "project")

project()
project(standard_travis = False)

haskell_library(
name = "hs-tokstyle",
Expand Down

0 comments on commit 30c12bf

Please sign in to comment.