Skip to content

Commit 11532b4

Browse files
committed
fix($compile): Escape moduleId and css contents + update travis
1 parent 1583300 commit 11532b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ after_success:
99
branches:
1010
except:
1111
- /^v\d+\.\d+\.\d+$/
12+
notifications:
13+
email: false
14+
webhooks:
15+
urls:
16+
- https://webhooks.gitter.im/e/ba96487b164673728247
17+
on_success: always # options: [always|never|change] default: always
18+
on_failure: always # options: [always|never|change] default: always
19+
on_start: never # options: [always|never|change] default: always

0 commit comments

Comments
 (0)