Skip to content

Commit

Permalink
DO NOT MERGE: Examples for exercism#386
Browse files Browse the repository at this point in the history
This commit is designed to cause Travis to fail, if exercism#386 is merged
and implemented correctly.

It should check the following exercises, modified by this PR:
  all-your-base
  crypto-square
  decimal
  hello-world
  rectangles
  two-bucket

The following two exercises should be reported as missing README.md:
  all-your-base
  decimal

The followign two exercises should be reported as having out of date READMEs.md:
  crypto-square
  hello-world

The following two exercises should be checked, but pass without further output:
  rectangles
  two-bucket

Note that if Travis runs on these without including the
`_test/ensure-readmes-are-updated.sh` test, it will likely
pass without comment.
  • Loading branch information
coriolinus committed Nov 5, 2017
1 parent 99242c6 commit e1a1083
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 128 deletions.
68 changes: 0 additions & 68 deletions exercises/all-your-base/README.md

This file was deleted.

1 change: 1 addition & 0 deletions exercises/crypto-square/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ J Dalbey's Programming Practice problems [http://users.csc.calpoly.edu/~jdalbey/

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
bogus line
60 changes: 0 additions & 60 deletions exercises/decimal/README.md

This file was deleted.

1 change: 1 addition & 0 deletions exercises/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ This is an exercise to introduce users to using Exercism [http://en.wikipedia.or

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
another bogus line
Empty file.
Empty file.

0 comments on commit e1a1083

Please sign in to comment.