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.
1 parent ab3aa6f commit 3d19891Copy full SHA for 3d19891
1 file changed
.travis.yml
@@ -1,5 +1,4 @@
1
-sudo: false
2
-dist: precise
+dist: bionic
3
language: ruby
4
rvm:
5
- 2.2
@@ -9,7 +8,7 @@ install:
9
8
- "node --version"
10
- "npm --version"
11
- "npm install"
12
-script: "travis_wait gulp build:full"
+script: "travis_wait node_modules/.bin/gulp build:full"
13
before_deploy:
14
- mkdir _codedeploy
15
- tar czf _codedeploy/dev-opera.tar.gz appspec.yml dest
0 commit comments