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

Rehydration #549

Merged
merged 15 commits into from
Jun 21, 2017
Prev Previous commit
Next Next commit
Revert "Run npm i again"
This reverts commit 96584b4.
  • Loading branch information
chadhietala committed Jun 19, 2017
commit 5c200970927ada96229ecbf050abbc48e7a5b0b2
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ matrix:
fast_finish: true
before_script:
- if [[ `npm -v` < 5* ]]; then npm i -g npm; fi
- npm i
- npm run sauce:connect
script:
- npm run problems
Expand Down