Skip to content

Commit 48b06e9

Browse files
committed
Try running eg1 as well as make test in travis testing.
1 parent 7b3f3b6 commit 48b06e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ install:
4949
- cd ..
5050
- cd $TRAVIS_BUILD_DIR
5151
- make noQM
52-
script: make test
53-
52+
script:
53+
- make test
54+
- make eg1

0 commit comments

Comments
 (0)