We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc502c8 commit 2ab526eCopy full SHA for 2ab526e
.travis.yml
@@ -2,7 +2,7 @@ language: node_js
2
node_js:
3
- '0.10'
4
env:
5
- stable:
+ global:
6
- CHANNEL=stable
7
- BROWSERS=DartiumWithWebPlatform
8
- LOGS_DIR=/tmp/angular-build/logs
@@ -17,4 +17,4 @@ before_script:
17
script:
18
- ./scripts/travis/build.sh
19
after_script:
20
-- ./scripts/travis/print-logs.sh
+- ./scripts/travis/print-logs.sh
0 commit comments