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
no need to install bower and gulp globally
We only call them via npm, which already knows the context: `$(npm bin)/gulp`
  • Loading branch information
jesperronn committed Mar 5, 2015
commit e90cdabacc74e9906d43d2a2766ad7c5d27e6fa2
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cache:
directories:
- node_modules
- public/res/bower-libs
before_install: npm install -g gulp-cli bower

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