Skip to content

Commit

Permalink
test: see if /bin/echo is available in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed May 23, 2017
1 parent 3883b20 commit 64ffc8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ node_js:
- '7'
- '6'
before_script:
- /bin/echo 1234
- ls /bin
- npm prune
after_success:
- npm run semantic-release
Expand Down

0 comments on commit 64ffc8f

Please sign in to comment.