Skip to content

Commit 72f9f6e

Browse files
committed
Refactor Travis CI configuration
1 parent 2a3050c commit 72f9f6e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.travis.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
language: "node_js"
33
node_js:
4-
- "0.10"
5-
- "0.11"
6-
- "0.12"
7-
- "4"
8-
- "5"
9-
- "6"
10-
- "node"
4+
- "0.10"
5+
- "0.11"
6+
- "0.12"
7+
- "4"
8+
- "5"
9+
- "6"
10+
- "node"
11+
script:
12+
- "npm test"
13+
- "npm run lint"
1114
sudo: false
12-
script: [ "npm test", "npm run lint" ]

0 commit comments

Comments
 (0)