Skip to content

Commit 3a8b217

Browse files
authored
Merge PR #63: Reenable JsSOM testing
2 parents 4fe6fea + 7ee8158 commit 3a8b217

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
env: REPO=CSOM.git BUILD=make SOM=./som.sh COMPILER=gcc ARCH=64bit
1414

1515
# JsSOM can't currently be parameterized with another core lib, so, we can't really test it
16-
# - language: node_js
17-
# env: SOM=JsSOM REPO=JsSOM.git BUILD=make SOM=./som.sh
16+
- language: node_js
17+
name: JsSOM
18+
node_js: [15]
19+
env: REPO=JsSOM.git BUILD="" SOM=./som.sh
1820

1921
- language: python
2022
name: PySOM

0 commit comments

Comments
 (0)