Explorar el Código

Clean up theme check

Steven Silvester hace 7 años
padre
commit
7da0dc67f6
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      scripts/travis_script.sh

+ 3 - 1
scripts/travis_script.sh

@@ -169,6 +169,8 @@ if [[ $GROUP == cli ]]; then
     pip install pexpect
     python scripts/create_theme.py
     mv foo packages
-    jlpm run build
+    jlpm run build; true
     python -m jupyterlab.selenium_check --dev-mode
+    rm -rf packagess/foo
+    jlpm integrity; true
 fi