diff options
author | Hussein Ait Lahcen <hussein.aitlahcen@gmail.com> | 2018-06-25 14:13:00 +0200 |
---|---|---|
committer | Hussein Ait Lahcen <hussein.aitlahcen@gmail.com> | 2018-06-25 14:13:00 +0200 |
commit | a7beaed870bf1169a53b218abfbe66c62bf846a3 (patch) | |
tree | 6b6351d79fb567c68fb2d5e2bf4f1b8469891546 | |
parent | 266a698ef2a6f297d772a1a221c83d0c1df76cc6 (diff) | |
download | clever-tools-nix-a7beaed870bf1169a53b218abfbe66c62bf846a3.tar.gz clever-tools-nix-a7beaed870bf1169a53b218abfbe66c62bf846a3.tar.zst clever-tools-nix-a7beaed870bf1169a53b218abfbe66c62bf846a3.zip |
fix: update travis script to build the latest only
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9f457c4..8b81afc 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -2,7 +2,7 @@ | |||
2 | language: nix | 2 | language: nix |
3 | 3 | ||
4 | script: | 4 | script: |
5 | - nix-env -i -f default.nix | 5 | - nix-env -i -f default.nix -A latest |
6 | - ./check.sh . | 6 | - ./check.sh . |
7 | 7 | ||
8 | notifications: | 8 | notifications: |