Add files for Travis CI #696

Merged
ghost merged 6 commits from master into master 2018-12-27 16:08:36 +00:00
2 changed files with 23 additions and 0 deletions
Showing only changes of commit ce34fbbca0 - Show all commits

View File

@ -3,11 +3,11 @@ 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: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.
- 2.4.1 - 2.4.1
before_script: before_script:
- chmod +x ./script/cibuild # or do this locally and commit - chmod +x ./.github/ci_build # 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 # Assume bundler is being used, therefore
# the `install` step will run `bundle install` by default. # the `install` step will run `bundle install` by default.
script: ./script/cibuild script: ./.github/ci_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.
sudo: false # route your build to the container-based infrastructure for a faster build 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: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.