diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-06-25 22:46:54 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-06-25 22:46:54 +0800 |
commit | c6dbe9dc079eadffea9171b26c41feecc8af6eef (patch) | |
tree | 41e1f8d9b8671f291b4f2d90ec35f164c97c1c46 /.travis.yml | |
parent | 6b2a03faa2473d38093adbeee62935af2fe2da59 (diff) | |
download | go-tangerine-c6dbe9dc079eadffea9171b26c41feecc8af6eef.tar.gz go-tangerine-c6dbe9dc079eadffea9171b26c41feecc8af6eef.tar.zst go-tangerine-c6dbe9dc079eadffea9171b26c41feecc8af6eef.zip |
Travis and README cleanup
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 11daadd41..ff3ff71f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: go go: - 1.4.2 before_install: - - sudo add-apt-repository ppa:beineri/opt-qt541 -y - sudo apt-get update -qq - sudo apt-get install -yqq libgmp3-dev install: @@ -22,14 +21,12 @@ after_success: - if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi env: global: - - PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig - - LD_LIBRARY_PATH=/opt/qt54/lib - secure: "U2U1AmkU4NJBgKR/uUAebQY87cNL0+1JHjnLOmmXwxYYyj5ralWb1aSuSH3qSXiT93qLBmtaUkuv9fberHVqrbAeVlztVdUsKAq7JMQH+M99iFkC9UiRMqHmtjWJ0ok4COD1sRYixxi21wb/JrMe3M1iL4QJVS61iltjHhVdM64=" notifications: webhooks: urls: - https://webhooks.gitter.im/e/e09ccdce1048c5e03445 - on_success: change # options: [always|never|change] default: always - on_failure: always # options: [always|never|change] default: always - on_start: false # default: false + on_success: change + on_failure: always + on_start: false |