Skip to content

Commit

Permalink
put .travis.yml back to only helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorcoran committed Jul 23, 2011
1 parent 2a1c3c4 commit a852618
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
@@ -1,13 +1,13 @@
rvm:
- 1.9.2

script: "bundle exec rake test:all"
script: "bundle exec rake test:helpers"

before_script:
- "sudo apt-get install qt4-qmake"
- "git clone git://github.com/ariya/phantomjs.git && cd phantomjs"
- "git checkout 1.2"
- "qmake-qt4 && make"
# - "sudo apt-get install qt4-qmake"
# - "git clone git://github.com/ariya/phantomjs.git && cd phantomjs"
# - "git checkout 1.2"
# - "qmake-qt4 && make"

notifications:
recipients:
Expand Down

0 comments on commit a852618

Please sign in to comment.