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:
submodules: false
addons:
apt:
packages:
- ccache
- golang-1.6
os:
- linux
@@ -41,6 +35,7 @@ before_script:
script:
- make="make";
- config no-serpent
- $make
- cd $top