Trying to get some tests working on @travisci... anybody know what I am doing wrong? https://travis-ci.org/lovelabUCL/dimensionality …
I assume it's in the bloody Makefile, right?
https://github.com/lovelabUCL/dimensionality/blob/master/Makefile …
Ah, hmm. I need to call it from that directory for the tests to work though... Where do I ask travis to cd to that directory?
-
-
You can just issue an `cd` command before running the tests
-
(in your .travis.yml file, under script, add another item with the `cd` command, before the `make test` entry).
-
Wait, but then the makefile isn't present anymore. Maybe adjust the test target in the Makefile then?
-
We both thought of cd at the same time and we're right!

-
CD in the Makefile, just to be clear.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.