Skip to content

Commit

Permalink
chore: Improve travis config ⚙
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorylegarec committed Nov 7, 2018
1 parent d7cf0ea commit 224fc74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ before_script:
- $GOPATH/bin/cozy-stack apps install --domain "$COZY_V3_DOMAIN" mini "git:https://localhost/"
- export COZY_STACK_TOKEN=$($GOPATH/bin/cozy-stack instances token-app "$COZY_V3_DOMAIN"
"mini")
script:
- yarn build
deploy:
provider: npm
email: [email protected]
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"test:v2": "NODE_ENV=test NODE_TARGET=node COZY_STACK_VERSION=2 COZY_STACK_URL=https://localhost:9104 mocha-webpack 'test/integration/**.js'",
"test:v3": "NODE_ENV=test NODE_TARGET=node COZY_STACK_VERSION=3 COZY_STACK_URL=https://localhost:8080 mocha-webpack 'test/integration/**.js'",
"clean": "rm -r dist .tmp",
"shasum": "shasum -a 256 dist/cozy-client.min.js && shasum -a 256 dist/cozy-client.min.js.map",
"prepublishOnly": "yarn build"
"shasum": "shasum -a 256 dist/cozy-client.min.js && shasum -a 256 dist/cozy-client.min.js.map"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 224fc74

Please sign in to comment.