Skip to content

Commit 605c5e8

Browse files
authored
Create .travis.yml
1 parent ba3dce8 commit 605c5e8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: node_js
2+
3+
node_js:
4+
- "0.10"
5+
6+
# Use container-based Travis infrastructure.
7+
sudo: false
8+
9+
branches:
10+
only:
11+
- master
12+
13+
before_install:
14+
# Upgrade to npm v2
15+
- npm install -g npm@2
16+
17+
script:
18+
- npm run check

0 commit comments

Comments
 (0)