Add files for Travis CI #696

Merged
ghost merged 6 commits from master into master 2018-12-27 16:08:36 +00:00
Showing only changes of commit 603b4e19f0 - Show all commits

19
.travis.yml Normal file
View File

@@ -0,0 +1,19 @@
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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.
language: ruby
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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:
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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:
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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:
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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
Vincevrp commented 2018-12-27 15:54:33 +00:00 (Migrated from github.com)
Review

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.
Vincevrp commented 2018-12-27 15:55:59 +00:00 (Migrated from github.com)
Review

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.