diff options
| author | Stephen Blott | 2017-09-07 14:43:30 +0100 |
|---|---|---|
| committer | GitHub | 2017-09-07 14:43:30 +0100 |
| commit | 0725cac5ebee6da7737be0e0bd063b7802c45fc8 (patch) | |
| tree | 1740481746115bedf40d477db61b6b97bd749144 | |
| parent | 0d21fb070e93030beb591540face9138f7df557a (diff) | |
| parent | f2d4acfbe0c63a1ec4c11501151ef0e97006a1f8 (diff) | |
| download | vimium-0725cac5ebee6da7737be0e0bd063b7802c45fc8.tar.bz2 | |
Merge pull request #2631 from mrmr1993/fix-travis
Fix tests: Explicitly select a PhantomJS version for Travis
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4f9de03b..a1484d2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ before_install: - "npm install -g coffee-script" - "npm install path@0.11" - "npm install util" + - "npm install -g phantomjs@1.9.20" - "cake build" script: "cake test" notifications: |
