We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a010d commit d2f904aCopy full SHA for d2f904a
.travis.yml
@@ -1,14 +1,23 @@
1
language: node_js
2
node_js:
3
- - "0.10"
+ - "5.9"
4
+env:
5
+ - CXX=g++-4.8
6
+addons:
7
+ apt:
8
+ sources:
9
+ - ubuntu-toolchain-r-test
10
+ packages:
11
+ - g++-4.8
12
13
before_script:
14
- export DISPLAY=:99.0
15
- sh -e /etc/init.d/xvfb start
- - npm install grunt-cli
16
+ - npm install --quiet -g gulp
17
- bower install
18
19
script: "gulp test"
20
+sudo: false
21
22
git:
23
depth: 10
0 commit comments