travis_script.sh 349 B

1234567891011121314151617
  1. #!/bin/bash
  2. # Copyright (c) Jupyter Development Team.
  3. # Distributed under the terms of the Modified BSD License.
  4. set -e
  5. export DISPLAY=:99.0
  6. sh -e /etc/init.d/xvfb start || true
  7. npm run clean
  8. npm run build
  9. npm test
  10. npm run test:coverage
  11. export PATH="$HOME/miniconda/bin:$PATH"
  12. npm run build:examples
  13. npm run docs
  14. cp jupyter-plugins-demo.gif docs