We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f508b2 commit cfe6ed6Copy full SHA for cfe6ed6
1 file changed
.travis.yml
@@ -1,5 +1,6 @@
1
language: csharp
2
-solution: Hjson.sln
+mono: 4.0.0
3
+dotnet: 2.0.0
4
script:
- - xbuild /p:Configuration=Release legacy/Hjson.sln
5
- - mono ./legacy/test/bin/Release/Test.exe ./test/assets
+ - ./build-core
6
+ - ./build-mono
0 commit comments