File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 88 - ' 8'
99before_script :
1010 - npm prune
11+ script :
12+ - npm test
13+ - ./test/test.sh
1114after_success :
1215 - npm run semantic-release
1316branches :
Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22
3- const token = process . env . TOKEN || process . env . GITHUB_TOKEN
3+ const token = process . env . TOKEN || process . env . GITHUB_TOKEN || process . env . GH_TOKEN
44if ( ! token ) {
5- console . error ( 'Cannot find TOKEN or GITHUB_TOKEN' )
5+ console . error ( 'Cannot find TOKEN or GITHUB_TOKEN or GH_TOKEN ' )
66 process . exit ( 1 )
77}
88
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ set -e
4+
5+ node bin/empty.js \
6+ --repo bahmutov/test-make-empty-github-commit \
7+ --message " empty commit message from build $TRAVIS_BUILD_NUMBER "
You can’t perform that action at this time.
0 commit comments