Skip to content

Commit

Permalink
Fixed grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed May 2, 2020
1 parent ee3afec commit 382a990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_script:
# Detect changes
# First, we state all changes and then detect if there is anything stated
- git add --all && git diff-index --cached HEAD --patch-with-stat --exit-code ||
echo && echo "The above files changed because the build is not up to date." && echo "Please rebuild Prism."
(echo && echo "The above files changed because the build is not up to date." && echo "Please rebuild Prism.")
script: npm test
deploy:
provider: npm
Expand Down

0 comments on commit 382a990

Please sign in to comment.