Fix travis env creation command

This commit is contained in:
Peter Parente
2018-02-04 12:48:33 -05:00
parent 2cb59bd3cf
commit a319f52e2e
2 changed files with 23 additions and 1 deletions

View File

@@ -5,6 +5,6 @@ sudo: required
services:
- docker
install:
- make test-reqs
- make dev-env
script:
- make build-test-all DARGS="--build-arg TEST_ONLY_BUILD=1"

22
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"cSpell.enabledLanguageIds": [
"c",
"cpp",
"csharp",
"go",
"handlebars",
"javascript",
"javascriptreact",
"json",
"latex",
"markdown",
"php",
"plaintext",
"python",
"restructuredtext",
"text",
"typescript",
"typescriptreact",
"yml"
]
}