Skip to content

Commit 655307b

Browse files
authored
Merge pull request #76 from juanjoDiaz/add_travis_build
Add Travis CI config
2 parents df34e3c + e0fcd09 commit 655307b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "7"
5+
- "8"
6+
- "9"
7+
- "10"
8+
script:
9+
- "npm run lint"
10+
# - "npm run test-with-coverage"
11+
# after_success:
12+
# - "npm run coveralls"
13+
sudo: false

0 commit comments

Comments
 (0)