aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormihaibuzgau <mihaibuzgau@users.noreply.github.com>2020-09-10 15:28:40 +0300
committerGitHub <noreply@github.com>2020-09-10 15:28:40 +0300
commit076ae4e58a5cc2a4aaed769c778f7a3cea54bd21 (patch)
treedcaf9621ed8a177a9bc9ab89a87ddc9f4bafe119 /.travis.yml
parentec2da07371008375ee809db02ad9be0d6d7090af (diff)
parent31f7208e7b2800c2013ee58a8ef6730aff9a39c2 (diff)
downloadpuppet-cron_core-076ae4e58a5cc2a4aaed769c778f7a3cea54bd21.tar.gz
puppet-cron_core-076ae4e58a5cc2a4aaed769c778f7a3cea54bd21.tar.bz2
Merge pull request #36 from luchihoratiu/MODULES-10800
(MODULES-10800) Add GitHub Actions workflows
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml45
1 files changed, 0 insertions, 45 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ed27d4d..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,45 +0,0 @@
----
-dist: xenial
-language: ruby
-cache: bundler
-before_install:
- - bundle -v
- - rm -f Gemfile.lock
- - gem update --system $RUBYGEMS_VERSION
- - gem --version
- - bundle -v
-script:
- - 'bundle exec rake $CHECK'
-bundler_args: --without system_tests
-rvm:
- - 2.5.3
-stages:
- - static
- - spec
- - acceptance
- -
- if: tag =~ ^v\d
- name: deploy
-matrix:
- fast_finish: true
- include:
- -
- env: CHECK="check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
- stage: static
- -
- env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
- rvm: 2.4.5
- stage: spec
- -
- env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
- rvm: 2.5.3
- stage: spec
- -
- env: DEPLOY_TO_FORGE=yes
- stage: deploy
-branches:
- only:
- - master
- - /^v\d/
-notifications:
- email: false