File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ sudo: true
3
3
dist : trusty
4
4
5
5
before_script :
6
- -
node script/create-test-tables.js pg://[email protected] :5432/postgres
7
-
6
+ -
node packages/pg/ script/create-test-tables.js pg://[email protected] :5432/postgres
7
+
8
8
before_install :
9
9
- if [ $TRAVIS_OS_NAME == "linux" ]; then
10
- if [[ $(node -v) =~ v[1-9][0-9] ]]; then
11
- source ./ci_scripts/build.sh;
12
- fi
10
+ if [[ $(node -v) =~ v[1-9][0-9] ]]; then
11
+ source ./ci_scripts/build.sh;
12
+ fi
13
13
fi
14
-
14
+
15
15
env :
16
16
- CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres
17
17
Original file line number Diff line number Diff line change 9
9
"workspaces" : [
10
10
" packages/*"
11
11
],
12
+ "scripts" : {
13
+ "test" : " yarn lerna exec --parallel yarn test"
14
+ },
12
15
"devDependencies" : {
13
16
"lerna" : " ^3.19.0"
14
17
}
You can’t perform that action at this time.
0 commit comments