Skip to content

Commit c186c95

Browse files
committed
extend travis config
1 parent e361321 commit c186c95

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: node_js
22
node_js:
33
- "node"
44
- "14"
5+
- "13"
56
- "12"
6-
7+
78
env:
89
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] ; then
910
CLANG_VERSION="export CC=gcc-7 && export CXX=g++-7";
@@ -12,12 +13,12 @@ env:
1213
else
1314
GCC_VERSION="export CC=gcc-7 && export CXX=g++-7";
1415
fi
15-
16-
os:
16+
17+
os:
1718
- linux
1819
- osx
1920
- windows
20-
21+
2122
addons:
2223
apt:
2324
sources:
@@ -26,7 +27,7 @@ addons:
2627
- g++-7
2728
- libhdf5-dev
2829
- cmake
29-
30+
3031
osx_image: xcode8
3132

3233
before_install:
@@ -57,7 +58,7 @@ before_install:
5758
ls `pwd`/hdf5-1.12.0/dist;
5859
export HDF5_HOME_WIN=`pwd`/hdf5-1.12.0/dist;
5960
fi
60-
61+
6162
install:
6263
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] ; then
6364
echo ${HDF5_HOME};
@@ -75,7 +76,7 @@ before-scripte:
7576
- export PATH=`pwd`/node_modules/.bin:${PATH}
7677
- export LD_LIBRARY_PATH=`pwd`/hdf5-1.10.2/dist/lib:${LD_LIBRARY_PATH}
7778
- export DYLD_LIBRARY_PATH=`pwd`/hdf5-1.10.2/dist/lib:${DYLD_LIBRARY_PATH}
78-
79+
7980
script:
8081
- export PATH=`pwd`/node_modules/.bin:${PATH}
8182
- export LD_LIBRARY_PATH=`pwd`/hdf5-1.10.2/dist/lib:${LD_LIBRARY_PATH}

0 commit comments

Comments
 (0)