Update .travis.yml

This commit is contained in:
LNIS-Projects 2018-12-14 14:09:09 -07:00 committed by GitHub
parent 1d426986e5
commit 74c1067220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@ matrix:
- bash
- build-essential
- cmake
- ctags
- curl
- doxygen
- gcc-4.9
@ -27,6 +26,7 @@ matrix:
- gperf
- perl
- libx11-dev
- exuberant-ctags
env:
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"