diff options
author | makefu <root@pigstarter.de> | 2013-12-17 09:28:31 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-12-17 09:28:31 +0100 |
commit | f5c8830887fc238ed1d1075e1459dadc44f5ad4d (patch) | |
tree | 371149d93a50af924a91f50dfe83d189d2fc22de | |
parent | f11052fc7941032599b97e636266f9e98e5d5294 (diff) |
edit travis-ci configuration
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1218d9d9..b8e040ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ notifications: on_failure: always template: - "painload/%{branch} %{commit} %{author}: %{message} %{build_url}" -script: "! ( make -C util test | grep '^not ok' )" +script: " make -C util test" before_install: - sudo apt-get install bc -qq - sudo apt-get install w3m -qq |