Skip to content

Commit

Permalink
Moving npm install into before_install section
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Dutro committed Aug 21, 2012
1 parent be9a857 commit 2fb1867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: ruby
install: npm install jasmine-node
before_install:
- npm install jasmine-node
rvm:
- 1.8.7
- 1.9.3
Expand Down

0 comments on commit 2fb1867

Please sign in to comment.