Skip to content

Commit

Permalink
config file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zonayedpca committed May 11, 2020
1 parent b1ab37c commit a1c0998
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
jobs:
include:
- stage: app-build-n-deploy
if: env(GH_TOKEN) IS present
os: osx
osx_image: xcode10.2
language: node_js
node_js: "12"
script:
- npm test
after_success:
- npm run dist
os: osx
osx_image: xcode10.2
language: node_js
node_js: "12"
script:
- npm test
after_success:
- npm run dist

0 comments on commit a1c0998

Please sign in to comment.