.travis.yml 738 B

1234567891011121314151617181920212223
  1. language: python
  2. sudo: false
  3. python:
  4. - '2.6'
  5. install:
  6. - npm install npm@latest -g
  7. - npm install jscs -g
  8. - npm install jshint -g
  9. - npm install
  10. - jscs -V
  11. - jshint -v
  12. - pip install "GitPython>=0.2.0-beta1" --use-mirrors
  13. - mkdir -p vendors
  14. script:
  15. - ./skulpt.py dist
  16. - jshint src/*.js
  17. - jscs src/*.js
  18. after_script:
  19. - ./dist-update.sh
  20. env:
  21. global:
  22. - secure: c4X6Fg9g3Z27vweDsb6q4Is7cwt4TdKX/H0T9MaGRZEcBvA2ke05B2m7jcwz0Ml0JfwBq1fWzOEj+VNOkXD1CqtzQwKgd7hO094Jk/tXYtfSSHD4nmJ0HyrKMBZfic/Q9eYQoTfhuKez34dzxBiwI818q5B6oedo9ayzK3M7k6w=
  23. - secure: UEg/9heIZjo2Jws047OO07T+MurWyDiQ3Hp7ow1jgfhYitntsEzJwJrs/UFsZDP01QWAviLFtEY/JDBPEUzPyEbWJe2YE65CSt4AM9Kt5sMADEnFF9ButNMCg5oKRB1neqotuGy6U+lzUQsZN0rzsTuVqxK1ODHz+2LwyvpgpZ8=