Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jan 20, 2021
1 parent 2e8137a commit 6cac2b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 91 deletions.
81 changes: 0 additions & 81 deletions .travis.yml

This file was deleted.

11 changes: 1 addition & 10 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,4 @@
- name: Verify
hosts: all
become: true
tasks:
- name: test r installation
shell: >
Rscript -e 'print(gsub("I","O","PING"))'
| grep -q 'PONG'
&& (echo 'Availability test: pass' && exit 0)
|| (echo 'Availability test: fail' && exit 1)
changed_when: false
tags:
- skip_ansible_lint
tasks: []

0 comments on commit 6cac2b4

Please sign in to comment.