We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71679f0 commit 4589c3aCopy full SHA for 4589c3a
.travis.yml
@@ -29,7 +29,6 @@ addons:
29
- xvfb
30
before_install:
31
- npm i -g yarn@1
32
- - yarn global add greenkeeper-lockfile@2
33
install:
34
- yarn
35
- export DISPLAY=':99.0'
@@ -39,8 +38,6 @@ before_script:
39
38
- export DISPLAY=:99.0
40
- sh -e /etc/init.d/xvfb start &
41
- sleep 3
42
- - greenkeeper-lockfile-update
43
-after_script: greenkeeper-lockfile-upload
44
script:
45
- yarn dist
46
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo hdiutil attach ./build-artifacts/ElectronAngularNativeApp.dmg; fi
0 commit comments