Private GIT

Skip to content
Snippets Groups Projects
Commit 261c6644 authored by X O's avatar X O
Browse files

Merge pull request #136 from OmgImAlexis/add-grunt-task-to-travis

move js test first as it's the quickest
parents 12e686d5 06841e05
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,8 @@ before_install: ...@@ -15,8 +15,8 @@ before_install:
- cd .build && npm install && bower install && cd .. - cd .build && npm install && bower install && cd ..
script: script:
- ./tests/all_tests.py
- cd .build && grunt travis && cd .. - cd .build && grunt travis && cd ..
- ./tests/all_tests.py
cache: cache:
directories: directories:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment