Skip to content

Commit ac1ca8f

Browse files
committed
(#110) Changed platform in deploy stage
1 parent fc950cb commit ac1ca8f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,10 @@ jobs:
5555
after_success:
5656
- sonar-scanner
5757
- stage: deploy
58-
os: linux
59-
dist: bionic
58+
os: osx
59+
osx_image: xcode11
6060
language: node_js
6161
node_js: lts/erbium
62-
before_install:
63-
- "bash ./.build/setup_${TRAVIS_OS_NAME}.sh"
6462
install: true
6563
script: true
6664
before_deploy:

0 commit comments

Comments
 (0)