Skip to content

Commit 02bb1b8

Browse files
author
stephanie
committed
update travis.yml
1 parent d622b26 commit 02bb1b8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ install: # now just our code
6565

6666
# mariadb: '10.1'
6767
before_script:
68-
- chmod +x ./tests/scripts/mysql_setup.sh
69-
# - chmod +x ./tests/scripts/postgres_setup.sh
70-
- chmod +x ./tests/scripts/freetds.sh
71-
- ./tests/scripts/mysql_setup.sh
72-
# - ./tests/scripts/postgres_setup.sh
73-
- ./tests/scripts/freetds.sh
68+
- chmod +x ./ci-helpers/travis/mysql_setup.sh
69+
# - chmod +x ../ci-helpers/travis/postgres_setup.sh
70+
- chmod +x ./ci-helpers/travis/freetds.sh
71+
- ./ci-helpers/travis/mysql_setup.sh
72+
# - ./ci-helpers/travis/postgres_setup.sh
73+
- ./ci-helpers/travis/freetds.sh
7474

7575
# command to run tests
7676
script:

0 commit comments

Comments
 (0)