Skip to content

Commit

Permalink
Disables frontend tests on travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice TEXIER committed Jul 31, 2017
1 parent 9ff800c commit 9c053a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ env:
- TEST_SUITE=libs
- TEST_SUITE=models
- TEST_SUITE=controllers
- TEST_SUITE=frontend
#- TEST_SUITE=frontend
before_install: test/ci/before_install
before_script: test/ci/before_script
script: xvfb-run bundle exec rake test:$TEST_SUITE DRIVER=webkit
Expand Down

0 comments on commit 9c053a9

Please sign in to comment.