Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #37 from LiskHQ/27_setup-travis
Browse files Browse the repository at this point in the history
Setup travis based continuous intergation - Closes #27
  • Loading branch information
karmacoma authored Mar 6, 2017
2 parents 514ef3b + e091667 commit 2a4e8f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- 'node' # Latest stable Node.js release
before_install: cd src
before_script:
- npm install -g grunt
- npm install -g grunt-cli
- npm install
script: npm run test

0 comments on commit 2a4e8f8

Please sign in to comment.