Skip to content

Commit 50b1ce9

Browse files
authored
Merge pull request #57 from Typeform/use-common-travis-config
Use common travis config
2 parents 26f35f7 + d97347d commit 50b1ce9

File tree

3 files changed

+729
-214
lines changed

3 files changed

+729
-214
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
language: node_js
1+
version: ~> 1.0
2+
import: Typeform/travis-shared-config:package-config.yml@master
23

4+
language: node_js
35
node_js:
4-
- "8"
6+
- "12"
57

68
branches:
79
only:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"rollup-plugin-node-resolve": "^5.2.0",
7272
"rollup-plugin-terser": "^5.1.1",
7373
"rollup-plugin-typescript2": "^0.24.1",
74-
"semantic-release": "^15.13.24",
74+
"semantic-release": "^17.0.7",
7575
"ts-jest": "^24.0.2",
7676
"tslint": "^5.20.0",
7777
"tslint-config-standard": "^8.0.1",

0 commit comments

Comments
 (0)