Skip to content

Commit

Permalink
#2037: Reactivate tests part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 14, 2020
1 parent eafaabf commit 810fdac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -167,7 +167,6 @@ jobs:
script:
- if [ -z "$TRAVIS_TAG" ]; then node ./scripts/dev-version.js; fi
- yarn pkg:full
- PowerShell -NoProfile -ExecutionPolicy Bypass -Command scripts/build-win32.ps1
- cp -rf dist/lando.exe release/lando-latest-dev.exe
- cp -rf dist/lando.exe release/lando-$TRAVIS_COMMIT-dev.exe
- if [ ! -z "$TRAVIS_TAG" ]; then cp -rf dist/lando.exe release/lando-$TRAVIS_TAG.exe; fi
Expand Down

0 comments on commit 810fdac

Please sign in to comment.