Move CXX export to before_install
This commit is contained in:
parent
6422d7221e
commit
2cb0c9aa8e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue