Skip to content

Commit 02021b9

Browse files
committed
ci(travis): update semantic-release to 6.3.5 and update travis config
Semantic 6.3.5 features a smaller config footprint. This updates our travis config to the new version. Closes #390
1 parent 9e88876 commit 02021b9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@ before_install:
2121
before_script:
2222
- npm prune
2323
- git version
24-
- curl -Lo travis_after_all.py https://git.io/vLSON
2524
script:
2625
- npm run test
2726
- npm run check-coverage
2827
after_success:
29-
- python travis_after_all.py
30-
- export $(cat .to_export_back)
3128
- npm run report-coverage
3229
- npm run test:windows
3330
- npm run semantic-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"nodemon": "1.11.0",
6262
"nyc": "10.0.0",
6363
"proxyquire": "1.7.10",
64-
"semantic-release": "4.3.5",
64+
"semantic-release": "6.3.5",
6565
"semver": "5.3.0",
6666
"sinon": "1.17.6"
6767
},

0 commit comments

Comments
 (0)