.travis.yml 189 B

1234567891011
  1. language: python
  2. before_install:
  3. - echo -e "before install"
  4. install:
  5. - echo -e "install"
  6. script:
  7. - sudo ./boot.sh
  8. notifications:
  9. email:
  10. on_success: change
  11. on_failure: chang