Skip to content

Commit

Permalink
Export variables in Travis CI .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RElesgoe committed Aug 13, 2016
1 parent e1eab3f commit b2803cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,9 @@ addons:
- libmysqlclient-dev
- liblua5.1-0-dev
- cmake

before_install:
- export CXX="g++-5" CC="gcc-5"

before_script:
- mkdir build
Expand Down

0 comments on commit b2803cf

Please sign in to comment.