travis.test.sh 344 B

123456789101112
  1. #!/usr/bin/env zsh
  2. ###################################################################
  3. # @Author: wushuiyong
  4. # @Created Time : 五 8/24 13:05:27 2018
  5. #
  6. # @File Name: travis.test.sh
  7. # @Description:
  8. ###################################################################
  9. git add .travis.yml
  10. git commit -m'test travis-ci'
  11. git push origin development