Skip to content

Commit

Permalink
another attempt at using the native phantomjs installed in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
r-cochran committed Jun 29, 2016
1 parent f13ee89 commit 929c2c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: ruby
bundler_args: --without deployment
before_install:
- gem install bundler
- npm install phantomjs-prebuilt

script: rake travis
rvm:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,6 +7,7 @@ group :development do
gem 'nokogiri', '~> 1.0', '>=1.6.2'
gem 'roxml'
gem 'jasmine'
gem 'phantomjs', '~> 1.9.8.0'
end

gemspec
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -47,7 +47,7 @@ GEM
nokogiri (1.6.8-x86-mingw32)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
phantomjs (2.1.1.0)
phantomjs (1.9.8.0)
pkg-config (1.1.7)
rack (1.6.4)
rake (10.1.0)
Expand Down Expand Up @@ -76,6 +76,7 @@ DEPENDENCIES
cuke_sniffer!
jasmine
nokogiri (~> 1.0, >= 1.6.2)
phantomjs (~> 1.9.8.0)
rake
roxml
rspec
Expand Down

0 comments on commit 929c2c9

Please sign in to comment.