Skip to content

Commit

Permalink
Now just using default Travis-CI script for Node.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Feb 22, 2015
1 parent 97a7431 commit 56b436c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,5 +1,4 @@
language: node_js
before_script:
- npm install
script:
- ./run_tests.sh
# The following are the default, but explicit is better.
install: npm install
script: npm test

0 comments on commit 56b436c

Please sign in to comment.