Skip to content

Commit f7d3777

Browse files
committed
Only build on IC if tagged
1 parent e7b307a commit f7d3777

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
script:
2323
- npm test
2424
- stage: Deploy Linux
25+
if: tag IS present
2526
os: linux
2627
dist: trusty
2728
script:
2829
- npm run build -- --linux -p always
2930
- stage: Deploy Mac and Windows
31+
if: tag IS present
3032
os: osx
3133
osx_image: xcode10.1
3234
script:

0 commit comments

Comments
 (0)