Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed Jafri authored Jun 23, 2019
1 parent 9a2ad58 commit 138a4f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
sudo: false
branches:
only:
- /(.*)/ # test all branches
before_script:
- npm install -g jsonlint
script: jsonlint -q tokens.json

0 comments on commit 138a4f4

Please sign in to comment.