Sha256: 24946c9ac29734d14333fbfa342522da808b433e53689a81bbca4b967629f85a
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 Bytes
Contents
before_install: - wget 'https://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-x86_64.tar.bz2' --output-document=phantomjs.tar.bz2 - mkdir phantomjs && tar --strip-components=1 -xvf phantomjs.tar.bz2 -C phantomjs rvm: - "2.2.2" script: 'cd jasmine ; bundle ; bundle exec guard-jasmine --server-timeout=120 -b ../phantomjs/bin/phantomjs'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
partystreusel-2.0.0 | .travis.yml |
partystreusel-1.2.0 | .travis.yml |