Skip to content

Commit 22d294a

Browse files
committed
ci: load .bashrc
1 parent a7aec2a commit 22d294a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@ script:
6464
&& (echo 'Idempotence test: pass' && exit 0)
6565
|| (echo 'Idempotence test: fail' && exit 1)
6666
67-
- bash -c 'command -v brew && brew --version'
67+
- >
68+
source ~/.bashrc
69+
&& command -v brew
70+
&& brew --version

0 commit comments

Comments
 (0)