Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis build #729

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Skip travis tests directly in .travis.yml file
  • Loading branch information
jesperronn committed Mar 3, 2015
commit 68e62baaeb35634246e0dcc83d648ea0292c50c6
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