Skip to content

Commit c790245

Browse files
committed
fix(travis): had grunt args out of order
1 parent 264263b commit c790245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ script:
4242
# - ./travis_build.sh
4343
- grunt
4444
- grunt test:ci
45-
- grunt test:ci:e2e
45+
- grunt test:e2e:ci
4646

4747
after_success:
4848
- grunt release

0 commit comments

Comments
 (0)