Skip to content

Commit

Permalink
Addendum
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kürzeder committed Jul 22, 2019
1 parent 047a81c commit 8f5281f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-8
- g++-7
- libssl-dev
- libcrypto++-dev
env: ENV_CXX=g++-8 ENV_CC=gcc-8
env: ENV_CXX=g++-7 ENV_CC=gcc-7
before_script:
- wget https://github.com/sbx320/premake5-travis/blob/master/premake5?raw=true -O
./premake5 && chmod +x ./premake5 && ./premake5 gmake && cd Build
Expand Down

0 comments on commit 8f5281f

Please sign in to comment.