diff options
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4004f32..e3e3329 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,8 +45,8 @@ before_script: script: # Specify the C compiler to Nim # (the `compiler` option of the build matrix sets the `$CC` variable) - - nimble install --cc:$CC https://github.com/oswjk/nimpb_protoc - - nimble build --cc:$CC + - nimble install -y https://github.com/oswjk/nimpb_protoc + - nimble build -y --cc:$CC # - nim compile --cc:$CC --verbosity:0 cache: # Cache both compilers easily |
