Skip to content

Commit 5ce7aed

Browse files
test(sticky-states): Add sticky-states to test:downstream projects
1 parent 5baeed4 commit 5ce7aed

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ env:
1515
- DOWNSTREAM_PKGS=angular,sample-app-angular
1616
- DOWNSTREAM_PKGS=angularjs,sample-app-angularjs
1717
- DOWNSTREAM_PKGS=react
18-
- DOWNSTREAM_PKGS=react,sample-app-react
18+
- DOWNSTREAM_PKGS=sticky-states
19+
#- DOWNSTREAM_PKGS=react,sample-app-react
1920
matrix:
2021
fast_finish: true
2122
allow_failures:
2223
- env: DOWNSTREAM_PKGS=react,sample-app-react
2324
- env: DOWNSTREAM_PKGS=angular,sample-app-angular
2425
- env: DOWNSTREAM_PKGS=angularjs,sample-app-angularjs
2526
- env: DOWNSTREAM_PKGS=react
26-
- env: DOWNSTREAM_PKGS=react,sample-app-react
27+
# - env: DOWNSTREAM_PKGS=react,sample-app-react
2728
notifications:
2829
slack:
2930
on_success: change

downstream_projects.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"typescript2.6": "./test/typescript2.6",
77
"angular": "https://github.com/ui-router/angular.git",
88
"angularjs": "https://github.com/angular-ui/ui-router.git",
9-
"react": "https://github.com/ui-router/react.git"
9+
"react": "https://github.com/ui-router/react.git",
10+
"sticky-states": "https://github.com/ui-router/sticky-states.git"
1011
}

0 commit comments

Comments
 (0)