Skip to content

Commit

Permalink
fix($compile): Escape moduleId and css contents + update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
faceyspacey committed May 7, 2017
1 parent 1583300 commit 11532b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ after_success:
branches:
except:
- /^v\d+\.\d+\.\d+$/
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/ba96487b164673728247
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always

0 comments on commit 11532b4

Please sign in to comment.