We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee42a2d commit 10d8aa7Copy full SHA for 10d8aa7
.travis.yml
@@ -12,7 +12,7 @@ before_install:
12
sh -e /etc/init.d/xvfb start;
13
sleep 3;
14
fi
15
- - dpkg --compare-versions `npm -v` ge 5.8 || npm i -g npm@^6.7.0
+ - dpkg --compare-versions `npm -v` ge 6.7 || npm i -g npm@^6.7
16
17
addons:
18
apt:
0 commit comments