Skip to content

Commit 97bd782

Browse files
tsvetomirdanielkaradachki
authored andcommitted
chore: switch to Xenial, cleanup
1 parent a9bdeef commit 97bd782

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
1-
sudo: true
2-
dist: trusty
1+
dist: xenial
32
language: node_js
4-
addons:
5-
apt:
6-
sources:
7-
- git-core
8-
packages:
9-
- git
103
cache:
114
directories:
125
- node_modules
136
notifications:
147
email: false
158
node_js:
169
- '10'
17-
before_install:
18-
- npm i -g npm@^6.4.1
1910
before_script:
2011
- git fetch --unshallow origin refs/heads/master:refs/remotes/origin/master
2112
- npm prune

0 commit comments

Comments
 (0)