Skip to content

Commit 866308c

Browse files
committed
Run benchmarks in travis
1 parent 434fdf0 commit 866308c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ install:
4141
- stack --no-terminal --install-ghc test --only-dependencies
4242

4343
script:
44-
# Build the package, its tests, and its docs and run the tests
44+
# Run test and benchmark suites
4545
- stack --no-terminal --skip-ghc-check test
46+
- stack --no-terminal --skip-ghc-check bench

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This repository is organized as a single Stack project as follows
2727
├── stack.yaml
2828
└── test/
2929
```
30-
where `[src](./src)` are solutions whose name follows the pattern
30+
where [src](./src) are solutions whose name follows the pattern
3131
```
3232
ChapterName/SectionName/ExerciseName.hs
3333
```

0 commit comments

Comments
 (0)