We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fe6fea + 7ee8158 commit 3a8b217Copy full SHA for 3a8b217
.travis.yml
@@ -13,8 +13,10 @@ jobs:
13
env: REPO=CSOM.git BUILD=make SOM=./som.sh COMPILER=gcc ARCH=64bit
14
15
# 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
+ - language: node_js
+ name: JsSOM
18
+ node_js: [15]
19
+ env: REPO=JsSOM.git BUILD="" SOM=./som.sh
20
21
- language: python
22
name: PySOM
0 commit comments