diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml new file mode 100644 index 0000000..2180af5 --- /dev/null +++ b/.github/workflows/workflow.yml @@ -0,0 +1,14 @@ +name: Do Things +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: actions/setup-ruby@v1 + with: + ruby-version: '2.x' + - run: | + gem install bundler + bundle install --jobs 4 --retry 3 + bundle exec rake diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6acae2b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: ruby -dist: trusty -rvm: 2.4.2 -cache: bundler -notifications: - email: false diff --git a/LICENSE b/LICENSE index 0dafe96..5715ce1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2017 Dan Buch +Copyright © 2020 Dan Buch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal