Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit b48a16b

Browse files
committed
chore(travis): add travis config
1 parent 21b7d65 commit b48a16b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
node_js:
3+
- 0.10
4+
5+
env:
6+
global:
7+
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready
8+
- LOGS_DIR=/tmp/angular-dom-interceptor-build/logs
9+
- SAUCE_USERNAME=angular-ci
10+
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
11+
12+
before_script:
13+
- ./scripts/sauce_connect_setup.sh
14+
- npm install -g bower
15+
- bower install angular angular-route
16+
- ./scripts/wait_for_browser_provider.sh

0 commit comments

Comments
 (0)