diff options
| author | mrmr1993 | 2017-09-07 14:21:02 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2017-09-07 14:21:02 +0100 | 
| commit | f2d4acfbe0c63a1ec4c11501151ef0e97006a1f8 (patch) | |
| tree | 1740481746115bedf40d477db61b6b97bd749144 | |
| parent | 0d21fb070e93030beb591540face9138f7df557a (diff) | |
| download | vimium-f2d4acfbe0c63a1ec4c11501151ef0e97006a1f8.tar.bz2 | |
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: | 
