We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d37507 commit 5ee6fb6Copy full SHA for 5ee6fb6
.travis.yml
@@ -11,6 +11,8 @@ language: csharp
11
mono: none
12
dotnet: 2.2
13
bundler_args: --retry 5
14
+services:
15
+- mysql
16
before_install:
17
- google-chrome-stable --headless --disable-gpu
18
install:
@@ -39,4 +41,4 @@ script:
39
41
after_success:
40
42
- echo dotnet test and npm test succeeded
43
after_faliure:
-- echo dotnet test and npm test failed
44
+- echo dotnet test and npm test failed
0 commit comments