Skip to content

Commit

Permalink
fix(travis): had grunt args out of order
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Dec 23, 2013
1 parent 264263b commit c790245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ script:
# - ./travis_build.sh
- grunt
- grunt test:ci
- grunt test:ci:e2e
- grunt test:e2e:ci

after_success:
- grunt release
Expand Down

0 comments on commit c790245

Please sign in to comment.