Skip to content

Commit

Permalink
fixed travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mebjas committed May 9, 2020
1 parent 3cef7d1 commit dab0a84
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
language: node_js
node_js:
- "0.10"
os:
- linux
dist: xenial

install:
- npm install mocha -g
— npm install phantomjs -g
 — npm install -g mocha-phantomjs
- npm install
- npm install mocha -g
- npm install phantomjs -g
- npm install -g mocha-phantomjs
- npm install

before_script:
— phantomjs —version
 — mocha-phantomjs —version
-  phantomjs —version
-  mocha-phantomjs —version

script:
- npm test
- npm test

0 comments on commit dab0a84

Please sign in to comment.