From dd6b9c23e82cda9b59e6abc7edb2d7596ec7596e Mon Sep 17 00:00:00 2001 From: "Tada, Tadashi" Date: Thu, 16 May 2019 17:25:30 +0900 Subject: [PATCH] update phantomjs for TravisCI --- .travis.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c69afb47..b216c0cf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/package.json b/package.json index 096815b44..20298c6d1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/tdiary/tdiary-core", "devDependencies": { - "jquery": "~3.2.1", + "jquery": "~3.4.1", "jasmine-jquery": "~2.1.1" } }