We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599279e commit ea2f8dfCopy full SHA for ea2f8df
.travis.yml
@@ -6,6 +6,8 @@ node_js:
6
install:
7
- npm install
8
deploy:
9
+ - provider: script
10
+ script: sh echo "### this is the env "; env | sort
11
- provider: script
12
skip_cleanup: true
13
script: sh .travis/pu.sh
0 commit comments