Skip to content

Commit

Permalink
put travis yaml back
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehille committed May 27, 2020
1 parent 7844787 commit 27ef05a
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 @@ -10,8 +10,8 @@ script:
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then npx audit-ci --low; else npx audit-ci --low || true; fi
- npm run lint
- npm test
# - npm run test:apollo:local
# - npm run test:apollo:passport.local
- npm run test:apollo:local
- npm run test:apollo:passport.local
- docker build --rm -t "quay.io/razee/razeedash-api:${TRAVIS_COMMIT}" .
- if [ -n "${TRAVIS_TAG}" ]; then docker tag quay.io/razee/razeedash-api:${TRAVIS_COMMIT} quay.io/razee/razeedash-api:${TRAVIS_TAG}; fi
- docker images
Expand Down

0 comments on commit 27ef05a

Please sign in to comment.