Update .travis.yml

This commit is contained in:
Simon
2017-06-02 17:27:13 +08:00
committed by GitHub
parent 5c98ddda69
commit c2e699a402

View File

@@ -6,12 +6,6 @@ cache: ccache
git: git:
submodules: false submodules: false
addons:
apt:
packages:
- ccache
- golang-1.6
os: os:
- linux - linux
@@ -41,6 +35,7 @@ before_script:
script: script:
- make="make"; - make="make";
- config no-serpent
- $make - $make
- cd $top - cd $top