Skip to content

Commit d2f904a

Browse files
committed
chore(ci): update architecture used
1 parent a4a010d commit d2f904a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "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
412

513
before_script:
614
- export DISPLAY=:99.0
715
- sh -e /etc/init.d/xvfb start
8-
- npm install grunt-cli
16+
- npm install --quiet -g gulp
917
- bower install
1018

1119
script: "gulp test"
20+
sudo: false
1221

1322
git:
1423
depth: 10

0 commit comments

Comments
 (0)