Skip to content

Commit 4be8ec8

Browse files
authored
Merge pull request #1 from ChristianMurphy/ci/travis
ci: setup travis ci for open source continuous integration
2 parents 326d273 + 94b51fb commit 4be8ec8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- lts/* # latest long term support release
4+
- stable # latest stable release
5+
script:
6+
- yarn test
7+
- yarn lint
8+
cache: yarn

0 commit comments

Comments
 (0)