diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d0d8311fe..87b546442 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -41,10 +41,9 @@ matrix: | |||
41 | - xvfb | 41 | - xvfb |
42 | before_install: cd editors/code | 42 | before_install: cd editors/code |
43 | install: | 43 | install: |
44 | - npm install | 44 | - npm ci |
45 | - npm run vscode:prepublish | 45 | - npm run vscode:prepublish |
46 | script: | 46 | script: |
47 | - npm ci | ||
48 | - npm run travis | 47 | - npm run travis |
49 | env: | 48 | env: |
50 | - CXX="g++-4.9", CC="gcc-4.9" | 49 | - CXX="g++-4.9", CC="gcc-4.9" |