travis_script.sh 164 B

12345678910
  1. #!/bin/bash
  2. export DISPLAY=:99.0
  3. sh -e /etc/init.d/xvfb start
  4. set -e
  5. npm run clean
  6. npm run build
  7. npm test
  8. npm run test:coverage
  9. npm run build:examples
  10. npm run docs