Skip to content

Commit

Permalink
change minify stage to build
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Nov 8, 2019
1 parent 47efe8e commit a54408f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
script: npm run test:lint
node_js: lts/*

- stage: minify 🗜️
- stage: build 🗜️
script: |
npm run build
if ! git diff --quiet; then
git config --global user.email "[email protected]"
git config --global user.name "Travis-CI"
git config credential.helper "store --file=.git/credentials"
echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials
git commit -am '🗜️ minify [skip ci]'
git commit -am '🗜️ build [skip ci]'
git push origin HEAD:${TRAVIS_BRANCH}
fi
node_js: lts/*
Expand Down

0 comments on commit a54408f

Please sign in to comment.