Add ls command to debug Travis CI

This commit is contained in:
Nigel Delaney 2015-08-01 14:56:06 -07:00
Родитель 9515a966e9
Коммит 065af31bf4
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -9,5 +9,6 @@ script:
- xbuild /p:Configuration=Release src/Bio.Mono.sln
- mkdir TestUtils
- cp ./src/Source/Tests/Bio.Tests/bin/Release/* TestUtils/
- cp -R ./src/Source/Tests/TestData/TestUtils/ ./TestUtils/
- cp -r ./src/Source/Tests/TestData/TestUtils/ ./TestUtils/
- ls -lR ./TestUtils/
- mono ./testrunner/NUnit.Console.3.0.0-beta-3/tools/nunit-console.exe ./TestUtils/Bio.Tests.dll