Skip to content

Commit

Permalink
Skip travis tests directly in .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperronn committed Mar 3, 2015
1 parent 88d6f7a commit 68e62ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ node_js:
- "0.10"
before_install: npm install -g gulp-cli bower

# don't run tests, since Stackedit have none.
# 'true' is a unix command which returns 0
script: true

0 comments on commit 68e62ba

Please sign in to comment.