about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2019-09-02T16·17+0100
committerGitHub <noreply@github.com>2019-09-02T16·17+0100
commit4bd6d528008c6a8a7357a2c40013931800582252 (patch)
tree9f08f325282eafc2ca4fa107bd73ccd53f1aae45 /.travis.yml
parent5e9b91a6d208d1db546afdd4aac7e63de938ad9d (diff)
parent86d8c748a79de30d9bd4c4fdcec46d0e79ae5e6a (diff)
Merge pull request #1 from tazjin/feat/travis-ci r/72
Add Travis CI configuration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000000..eace0ae15bc6
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: nix
+env:
+  - NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
+before_script:
+  - nix-env -f '<nixpkgs>' -iA cachix
+  - cachix use tazjin
+script:
+  # All of my own tools are under the top-level 'tazjin' attribute
+  # set, this command will build all of them.
+  - nix-build -A tazjin | cachix push tazjin