Skip to content

Commit

Permalink
Remove standard_travis setting in BUILD.bazel.
Browse files Browse the repository at this point in the history
This is becoming the default.
  • Loading branch information
iphydf committed Apr 21, 2020
1 parent 827e8b0 commit 409c8e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions BUILD.bazel
Expand Up @@ -3,10 +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(
license = "hs-msgpack",
standard_travis = True,
)
project(license = "hs-msgpack")

haskell_library(
name = "hs-msgpack-types",
Expand Down

0 comments on commit 409c8e6

Please sign in to comment.