Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit b5138ea

Browse files
committed
Adds travis CI
1 parent b143d11 commit b5138ea

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
sudo: required
2+
language: node_js
3+
env:
4+
- CXX="g++-4.8"
5+
6+
node_js:
7+
- "0.8"
8+
- "0.10"
9+
- "0.12"
10+
- "iojs"
11+
- "iojs-v2"
12+
- "iojs-v1"
13+
14+
addons:
15+
apt:
16+
sources:
17+
- ubuntu-toolchain-r-test
18+
packages:
19+
- g++-4.8
20+
- gcc-4.8
21+
22+
before_install:
23+
# npm shipped with Node.js 0.8 doesn't support carret so let's update it
24+
- if [ "$TRAVIS_NODE_VERSION" == "0.8" ]; then npm install -g npm; fi

0 commit comments

Comments
 (0)