Update .travis.yml
This commit is contained in:
parent
6ff680ea67
commit
a8b59f05b7
14
.travis.yml
14
.travis.yml
@ -1,3 +1,11 @@
|
||||
install:
|
||||
- bundle install --path vendor/bundle
|
||||
- npm install
|
||||
{
|
||||
"language": "ruby",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
"dist": "xenial",
|
||||
"install": [
|
||||
"bundle install --path vendor/bundle",
|
||||
"npm install"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user