Skip to content

Commit

Permalink
Removing runcmd from test target for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarv committed Apr 29, 2017
1 parent 71396e7 commit b48c2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

test: docker
./bin/test_challenges
docker: update-ro-volume gen_readme runcmd
docker: update-ro-volume gen_readme
tar -czf var.tar.gz var/
docker build -t cmdline .
rm -f var.tar.gz
Expand Down

0 comments on commit b48c2c8

Please sign in to comment.