Skip to content

Commit

Permalink
Remove standard_travis flag, as it is becoming default.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Apr 21, 2020
1 parent abdec16 commit a6a2205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
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(standard_travis = True)
project()

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

0 comments on commit a6a2205

Please sign in to comment.