Skip to content

Commit

Permalink
update PhantomJS for TravisCI (#786)
Browse files Browse the repository at this point in the history
* delete specified old PhantomJS on TravisCI
* update jasmine-jquery 2.1.1
  • Loading branch information
tdtds committed May 16, 2019
1 parent 95ae035 commit 4202d85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ bundler_args: "--without server --jobs=3 --retry=3"

before_install:
- "echo 'gemspec' > Gemfile.local"
- echo "gem 'phantomjs', '= 1.9.8.0'" >> Gemfile.local
- gem update --system
- gem update bundler
- bundle update phantomjs

before_script:
- npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"homepage": "https://github.com/tdiary/tdiary-core",
"devDependencies": {
"jquery": "~3.4.1",
"jasmine-jquery": "~2.0.3"
"jasmine-jquery": "~2.1.1"
}
}

0 comments on commit 4202d85

Please sign in to comment.