diff options
| author | Nikolaus Rath <Nikolaus@rath.org> | 2018-11-06 18:54:06 +0000 |
|---|---|---|
| committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-11-06 18:54:06 +0000 |
| commit | df37856738d6f5ac3df0e302823ee472e00e578f (patch) | |
| tree | 547a62fca13775826b523bcec55bf5f6b8a4a5cb /.travis.yml | |
| parent | 12e2eaa7c956aa4e224aaddadd534f49abf80d98 (diff) | |
| download | libfuse-df37856738d6f5ac3df0e302823ee472e00e578f.tar.gz | |
Update CI build script
There is no gcc-6 package anymore.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 888c954..7953bc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ addons: - valgrind - clang - gcc - - gcc-6 + - gcc-7 - python3-pip install: test/travis-install.sh script: test/travis-build.sh |
