This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
Metis-portal
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Trying the yml on Vue Docs
production
Yiğit Çolakoğlu
4 years ago
parent
eea3edfac4
commit
122280379e
1 changed files
with
6 additions
and
8 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-8
.travis.yml
+ 6
- 8
.travis.yml
View File
@ -1,13 +1,11 @@
language
:
node_js
language
:
node_js
node_js:
node_js:
-
8.6
.0
-
node
env:
-
WEBPACK_VERSION=
-
WEBPACK_VERSION=4
before_script:
-
if [[ -n "$WEBPACK_VERSION" ]]; then npm install --no-save webpack@$WEBPACK_VERSION;
fi
-
"node"
cache
:
npm
script
:
npm run build
branches:
branches:
only:
only:
-
production
-
production
Write
Preview
Loading…
Cancel
Save