Move CXX export to before_install

This commit is contained in:
Braydon Fuller 2015-10-09 19:10:24 -04:00
parent 6422d7221e
commit 2cb0c9aa8e
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ node_js:
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- export CXX="g++-4.8" CC="gcc-4.8"
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- npm install