Skip to content

Commit 543ec32

Browse files
authored
Update .travis.yml
1 parent fe97a5b commit 543ec32

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ before_install:
55
- sudo apt-get update -qq
66
- sudo apt-get install -qq - build-essential libx11-dev cmake flex bison ctags clang
77
compiler:
8-
- clang
98
- gcc
109
# safelist
1110
branches:
1211
only:
1312
- jeanlego
1413
script: make && make install
14+
15+
env:
16+
global:
17+
- CXX=g++-4.8
18+
- NODE_ENV=development
1519

0 commit comments

Comments
 (0)