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 15 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
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.
# 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: ./build.sh
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.

4
build.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -e # halt script on error
bundle exec jekyll build