Skip to content

Commit 8858080

Browse files
committed
travis: don't mess with cwd in before_install
1 parent f5a6bd5 commit 8858080

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
@@ -11,4 +11,4 @@ before_install:
1111
- npm i -g npm
1212
- yes y | sudo lein upgrade
1313
- curl -sSL https://raw.githubusercontent.com/cljs-oss/canary/master/scripts/install-canary.sh | bash
14-
- cd test; npm install
14+
- (cd test && npm install)

0 commit comments

Comments
 (0)