Skip to content

Commit 0b45ea4

Browse files
committed
fix travis
1 parent b7a627c commit 0b45ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ matrix:
1616
before_install: set -e
1717

1818
install:
19-
- sh ci/install.sh
19+
- bash ci/install.sh
2020

2121
script:
22-
- sh ci/script.sh
22+
- bash ci/script.sh
2323

2424
after_script: set +e
2525

0 commit comments

Comments
 (0)