Add files for Travis CI #696
19
.travis.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
language: ruby
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
rvm:
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
- 2.4.1
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
before_script:
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
- chmod +x ./script/cibuild # or do this locally and commit
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
# Assume bundler is being used, therefore
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
# the `install` step will run `bundle install` by default.
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
script: ./script/cibuild
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
sudo: false # route your build to the container-based infrastructure for a faster build
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
cache: bundler # caching bundler gem packages will speed up build
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
# Optional: disable email notifications about the outcome of your builds
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
notifications:
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
||||
email: false
|
||||
![]() I suggest we move the script to the root of the repository. Also please add a I suggest we move the script to the root of the repository. Also please add a `.sh` extension.
![]() Is this required? I think github saves file permissions so you can just make it executable and commit it like that. Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
|
I suggest we move the script to the root of the repository. Also please add a
.sh
extension.I suggest we move the script to the root of the repository. Also please add a
.sh
extension.Is this required? I think github saves file permissions so you can just make it executable and commit it like that.
Is this required? I think github saves file permissions so you can just make it executable and commit it like that.