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

Commit 2d60abd

Browse files
committed
TEMP
1 parent e15aaa7 commit 2d60abd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install:
2222
- mkdir -p $LOGS_DIR
2323
- ./scripts/sauce_connect_setup.sh
2424
- yarn install --ignore-engines
25+
- ls -l ./scripts
2526
- ./scripts/npm-install.sh
2627
- ./scripts/wait_for_browser_provider.sh
2728

scripts/npm-install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
#!/bin/bash
2+
3+
cd "`dirname $0`/.."
24
yarn add angular@$VERSION angular-mocks@$VERSION angular-route@$VERSION --ignore-engines
5+
cd -

0 commit comments

Comments
 (0)