This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,967 additions
and
763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ node_js: | |
cache: | ||
directories: | ||
- ~/.npm | ||
- ~/.yarn-cache | ||
- travis_phantomjs | ||
|
||
env: | ||
|
@@ -43,18 +42,11 @@ before_install: | |
fi | ||
phantomjs -v | ||
# Use exact Node version. | ||
- nvm use $TRAVIS_NODE_VERSION | ||
|
||
# Setup package managers. | ||
- npm set loglevel error | ||
- npm set progress false | ||
- npm i -g [email protected] | ||
- yarn -V | ||
- npm i -g npm@^5 | ||
|
||
install: | ||
# Install packages. | ||
- yarn | ||
- npm i | ||
|
||
script: | ||
- | | ||
|
Oops, something went wrong.