Skip to content

Commit 3937d10

Browse files
committed
(travis) Install nativescript-angular first.
Make it work even if the update isn't on npm yet.
1 parent ed220ec commit 3937d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ install:
2929
- cd nativescript-angular
3030
- npm install
3131
- cd ../tests
32-
- npm install
3332
- npm install ../nativescript-angular
33+
- npm install
3434

3535
before_script:
3636
- echo no | android create avd --force -n test -t android-19 -b armeabi-v7a

0 commit comments

Comments
 (0)