Skip to content

Commit a4e9dec

Browse files
authored
Merge pull request #1448 from robstoll/patch-2
fix repository rename in .travis.yml
2 parents 9ac44af + 2e41080 commit a4e9dec

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
@@ -32,7 +32,7 @@ before_script:
3232
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then nohup bash -c "webdriver-manager start 2>&1 &"; fi # Protractor CI
3333

3434
after_failure:
35-
- cat /home/travis/build/mgechev/angular2-seed/npm-debug.log
35+
- cat /home/travis/build/mgechev/angular-seed/npm-debug.log
3636

3737
branches:
3838
only: master

0 commit comments

Comments
 (0)