aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml17
1 files changed, 9 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 2d1f9e2..29768b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,12 +2,13 @@ language: csharp
mono: none
dotnet: 2.1.4
script:
-- cd $TRAVIS_BUILD_DIR/FMark/src/FMarkCLI
-- dotnet build -v n
-- dotnet run --no-build -- -t
-- cd $TRAVIS_BUILD_DIR/FMark/src/FMarkFable
-- dotnet restore
-- dotnet fable yarn-build
+ - mozroots --import
+ - cd $TRAVIS_BUILD_DIR/FMark/src/FMarkCLI
+ - dotnet build -v n
+ - dotnet run --no-build -- -t
+ - cd $TRAVIS_BUILD_DIR/FMark/src/FMarkFable
+ - dotnet restore
+ - dotnet fable yarn-build
install:
-- sudo apt-get -qq update
-- sudo apt-get install -y mono-4.0-gac mono-complete
+ - sudo apt-get -qq update
+ - sudo apt-get install -y mono-complete