Update .travis.yml

This commit is contained in:
DevLarge 2021-01-09 00:27:38 +01:00
parent 6ff680ea67
commit a8b59f05b7

View File

@ -1,3 +1,11 @@
install: {
- bundle install --path vendor/bundle "language": "ruby",
- npm install "os": [
"linux"
],
"dist": "xenial",
"install": [
"bundle install --path vendor/bundle",
"npm install"
]
}