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.
2 parents f2514a5 + 616f739 commit 9681a4cCopy full SHA for 9681a4c
1 file changed
.travis.yml
@@ -1,4 +1,5 @@
1
-sudo: required
+os: linux
2
+dist: xenial
3
language: node_js
4
services:
5
- docker
@@ -22,11 +23,6 @@ cache:
22
23
- ~/.npm
24
- ~/.cache
25
- override:
26
- # use the new "ci" command for fastest installs on CI
27
- - npm ci
28
- - npm run cy:verify
29
-
30
before_script:
31
## we use the '&' ampersand which tells
32
## travis to run this process in the background
0 commit comments