File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,8 @@ script:
3535 # Usually, it's ok to finish the test scenario without reverting
3636 # to the addon's original dependency state, skipping "cleanup".
3737 - node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
38+
39+ notifications :
40+ email : false
41+ slack :
42+ secure : " XfPWpXmGf8oSJweB5hiwqhF5FyMAv6j4lviJ834poJkKvYjktemnJpYSSWQroEOm6KmWJud/hjfcIWJLfqKtx45km5BuQMiLvFkBecrNdBZlbZ4ZW0bKylFCEF3Ee6nsSTr7To+dksRXgAAgWqfEhWHq3wyUY9W9vGzZbewM3lbV39+l5+Zkz5u5Q7ZH4+T7RqZV7RZ60AkQRNGIMCH4VQ+LTzj9T28siAA2axwLjwZU0WMFY/NQCh3iz34GanFKd4qWUPCp0YPqmp2fArlmoKgu4ggkFPxEBN36qhxpm76gYZWc3CX04DDEyxviEewNd8zfLeMzxzivbH1DgzVuPkwcTxh+zFKdfVEC4CsgjUVWpDBBLS4FQ+8hGINJJbuUC18+4cZA0ym2YOBWpKqwKUmr4wTiWxUCSHY8gaV+xskVCePm/l/0USJEQuZVfEsbzP7Lej1bVJlWzAA2mfP+eQw7VucaLooGIaQ7JcWYQei0oUn3HAKfOvSFXecO/2gIgZE7aTErSGeIj/5zwPR43Xbp1RJjuG4NGGp6JoPoDRGyw00zXHyZ1DLTSPWnldz2m1jR0CIBmdHZMcysaiuoe6b0Xndwp+XNiCrvQhp4fnM6YHrPeZrko7hC2+/Jm0hgNMdnMaINAGcv50TWbMOSiR1sEEdLZ8rBngoq6lEV7tg="
Original file line number Diff line number Diff line change 1+ version : " 3"
2+ services :
3+ node : &defaults
4+ image : tomasbasham/node:6.11.0
5+ volumes :
6+ - .:/usr/src/app
7+
8+ npm :
9+ << : *defaults
10+ entrypoint : ["/usr/local/bin/npm"]
11+
12+ bower :
13+ << : *defaults
14+ entrypoint : ["/usr/local/bin/bower", "--allow-root"]
15+
16+ travis :
17+ image : tomasbasham/travis:1.8.8
18+ volumes :
19+ - travis-data:/root/.travis
20+ - .:/usr/src/app
21+
22+ volumes :
23+ travis-data :
24+ external : true
You can’t perform that action at this time.
0 commit comments