Browse Source

Merge pull request #39168 from madmiraal/fix-javascript-ci

Activate emscripten with no-embedded option.
Rémi Verschelde 5 years ago
parent
commit
240032ade7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -128,7 +128,7 @@ install:
   - if [ "$PLATFORM" = "javascript" ]; then
   - if [ "$PLATFORM" = "javascript" ]; then
       git clone --depth 1 "https://github.com/emscripten-core/emsdk.git";
       git clone --depth 1 "https://github.com/emscripten-core/emsdk.git";
       ./emsdk/emsdk install latest;
       ./emsdk/emsdk install latest;
-      ./emsdk/emsdk activate latest;
+      ./emsdk/emsdk activate --no-embedded latest;
     fi
     fi
   - if [ "$STATIC_CHECKS" = "yes" ]; then
   - if [ "$STATIC_CHECKS" = "yes" ]; then
       unset SCONS_CACHE;
       unset SCONS_CACHE;