diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-24 22:55:01 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-24 22:55:01 +0300 |
| commit | 7fe004ebd209e15782bb7cac3363ebf5a5fcb8ed (patch) | |
| tree | c03644cf662c595299f3f13c6b081b2ce6bb51b9 | |
| parent | 61ca48967665f42be0c9cc6753495eff2bd742a0 (diff) | |
| download | nimpb-7fe004ebd209e15782bb7cac3363ebf5a5fcb8ed.tar.gz nimpb-7fe004ebd209e15782bb7cac3363ebf5a5fcb8ed.zip | |
Update .travis.yml
| -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 |
