Skip to content

Commit 9681a4c

Browse files
authored
Merge pull request #223 from rcowsill/fix/travis-warnings
Fix Travis config warnings
2 parents f2514a5 + 616f739 commit 9681a4c

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
sudo: required
1+
os: linux
2+
dist: xenial
23
language: node_js
34
services:
45
- docker
@@ -22,11 +23,6 @@ cache:
2223
- ~/.npm
2324
- ~/.cache
2425

25-
override:
26-
# use the new "ci" command for fastest installs on CI
27-
- npm ci
28-
- npm run cy:verify
29-
3026
before_script:
3127
## we use the '&' ampersand which tells
3228
## travis to run this process in the background

0 commit comments

Comments
 (0)