Skip to content

Commit

Permalink
Fix Travis integration
Browse files Browse the repository at this point in the history
I _did_ see that coming
  • Loading branch information
myfrom authored Sep 7, 2018
1 parent 5355797 commit 7622ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install:
- npm install

script:
- echo 'No tests yet, but they\'r coming, don\'t worry ;)'
- echo "No tests yet, but they'r coming, don't worry ;)"

before_deploy:
- npm install
Expand All @@ -18,4 +18,4 @@ deploy:
github_token: $GITHUB_TOKEN
local_dir: dist/modern
on:
tags: true
tags: true

0 comments on commit 7622ef1

Please sign in to comment.