Skip to content

Commit

Permalink
fix travis yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eds101 committed Feb 2, 2015
1 parent d7056c4 commit cfaf8f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- '0.10'
- '0.10'
before_script:
npm install -g bower
bower install
- npm install -g bower
- bower install
deploy:
provider: elasticbeanstalk
region: us-west-1
Expand Down

0 comments on commit cfaf8f4

Please sign in to comment.