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
Cache npm and bower dependencies between Travis builds
  • Loading branch information
jesperronn committed Mar 5, 2015
commit 68dd04b6c2391a02c25b2a9948aadd246f2ad279
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: node_js
node_js:
- "0.10"
cache:
directories:
- node_modules
- public/res/bower-libs
before_install: npm install -g gulp-cli bower

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