Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit 859a82b

Browse files
Merge pull request #8 from SubstraFoundation/dev
Fixup travis (again, on master)
2 parents 37e8693 + 3ff73dd commit 859a82b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_js:
55
deploy:
66
provider: npm
77
email: clement@gautier.im
8+
skip_cleanup: true
89
api_key:
910
secure: aTHnlgYOnpZ0HVYByrRaXH06sFhe7bPYye6YQG4Rh4gJj7YMmuw/c1SaAUj7fw5/ruuaV8zuD8aEZFV8E3icO2VI4YRP7c48JAEotizQVoj1QicPtEHev0y5SvsKiTWv6c1+PPAhItC3PChbV3W4L3JqQc6QkNlrmimWVDXjbobWjIKReM5gggTN3N2F1QA3B6WE+eXFENLORdiH1+MUaVnsJQ6ID8ZUo/Fi1uB0fG4PmepIoQKVwU1sA7kOumnKcvlibP2CHvOIP6Gb1inaO+/qNPWg/MOanWOHveRmYJvlBQghQwM0BbBGe6cwwOzzu/1KIcQEf8pctJwfbWtQAl6YHCv7lT6CJz19adonkCIaH7QI0ITfhnzsztDZ5cMFzDTt1eI2GvZIDQFgP5O/EZADB6OTKY7VvhL77g06q2ZOhhBrU+LPGn5kbFhoY4jLNwTtxcUM8YqbRdu1e9IjIZZGobT51kRSQElzRNr05Zw5NQJ3VNsrJiCGVThThWppaqiNA+eeHVX7H/i8pAGVCZZB5h9eYhIxZR6fnIRaVnCpx0SnjbUqf8FPxRRa2OUKhROsTrvKJyJHQVdU39vCmO2Eyh4TcLo4Rz65tnS6nsWv7UW9sbwPbeAuMp/FyEsiISnvD8XVP4PRZus9beVl2m6VAsDwGWPY5Na0DhOR6mM=
1011
on:
@@ -13,10 +14,6 @@ deploy:
1314

1415
cache: yarn
1516

16-
before_deploy:
17-
- yarn install
18-
- yarn build
19-
2017
script:
2118
- yarn eslint
2219
- yarn test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@substrafoundation/substra-ui",
33
"sideEffects": false,
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"description": "A shared UI components library for the Substra project.",
66
"main": "cjs/index.js",
77
"module": "es/index.js",

0 commit comments

Comments
 (0)