Code Review
/
aai
/
esr-gui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f5343f1933ac9543d7a1f01485c05240da92a59b
[aai/esr-gui.git]
/
1
sudo: false
2
env:
3
- CXX=g++-4.8
4
language: node_js
5
node_js:
6
- "0.8"
7
- "0.10"
8
- "0.11"
9
- "0.12"
10
- "iojs"
11
- "4.0"
12
addons:
13
apt:
14
sources:
15
- ubuntu-toolchain-r-test
16
packages:
17
- gcc-4.8
18
- g++-4.8
19
before_install:
20
- "test $TRAVIS_NODE_VERSION != '0.8' || npm install -g npm@1.2.8000"