Skip to content

Commit a6020e8

Browse files
fabsharpfabsharp
authored andcommitted
travis PR
1 parent 2788347 commit a6020e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- node
44
script:
5-
- if [ $TRAVIS_PULL_REQUEST = "false" ]; then
5+
- if [ $TRAVIS_PULL_REQUEST == "false" ]; then
66
node npm-publish.js;
77
cd dist.npm;
88
fi

0 commit comments

Comments
 (0)