Skip to content

Commit 09529ba

Browse files
author
Ben Monro
committed
chore: added travis
1 parent 0823052 commit 09529ba

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
sudo: false
2+
language: node_js
3+
env:
4+
- FORCE_COLOR=true
5+
cache:
6+
directories:
7+
- ~/.npm
8+
notifications:
9+
email: false
10+
node_js: "8"
11+
install: npm install
12+
script:
13+
- npm run test
14+
- npm run lint
15+
after_success: kcd-scripts travis-after-success
16+
branches:
17+
only: master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"node": ">=0.10.0"
3131
},
3232
"license": "ISC"
33-
}
33+
}

0 commit comments

Comments
 (0)