We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d622b26 commit 02bb1b8Copy full SHA for 02bb1b8
1 file changed
.travis.yml
@@ -65,12 +65,12 @@ install: # now just our code
65
66
# mariadb: '10.1'
67
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
+ - chmod +x ./ci-helpers/travis/mysql_setup.sh
+# - chmod +x ../ci-helpers/travis/postgres_setup.sh
+ - chmod +x ./ci-helpers/travis/freetds.sh
+ - ./ci-helpers/travis/mysql_setup.sh
+# - ./ci-helpers/travis/postgres_setup.sh
+ - ./ci-helpers/travis/freetds.sh
74
75
# command to run tests
76
script:
0 commit comments