Browse Source

Trying the yml on Vue Docs

production
Yiğit Çolakoğlu 4 years ago
parent
commit
122280379e
1 changed files with 6 additions and 8 deletions
  1. +6
    -8
      .travis.yml

+ 6
- 8
.travis.yml View File

@ -1,13 +1,11 @@
language: 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:
only:
- production


Loading…
Cancel
Save