Skip to content

Commit 44af8f8

Browse files
committed
cd isnt working in travis
1 parent ed13c06 commit 44af8f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ before_script:
1414
- export CHROME_BIN=chromium-browser
1515
- 'export DISPLAY=:99.0'
1616
- sh -e /etc/init.d/xvfb start
17-
- cd app
1817

19-
before_install:
18+
19+
install:
20+
- cd app
2021
# Download and configure deps
2122
- npm install -g bower
2223
- npm install -g grunt-cli

0 commit comments

Comments
 (0)