updated travis config to use Makefile
Showing
1 changed file
with
1 additions
and
4 deletions
... | @@ -7,10 +7,7 @@ before_script: | ... | @@ -7,10 +7,7 @@ before_script: |
7 | - "phantomjs --version" | 7 | - "phantomjs --version" |
8 | - "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'" | 8 | - "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'" |
9 | script: | 9 | script: |
10 | - "./bin/casperjs selftest" | 10 | - make all |
11 | - "./bin/casperjs __selfcommandtest" | ||
12 | after_script: | ||
13 | - "jshint --config=.jshintconfig ." | ||
14 | notifications: | 11 | notifications: |
15 | irc: | 12 | irc: |
16 | channels: | 13 | channels: | ... | ... |
-
Please register or sign in to post a comment