This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
DamienCassou
/
desktop-environment
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Add .travis.yml file
pull/6/head
Damien Cassou
2 years ago
parent
5b34ae4666
commit
144f42dbfb
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
.travis.yml
+ 13
- 0
.travis.yml
View File
@ -0,0 +1,13 @@
language
:
nix
install:
-
bash <(curl https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)
env:
-
EMACS_CI=emacs-25-3
-
EMACS_CI=emacs-26-3
script:
-
emacs --version
-
make ci-dependencies
-
make check
Write
Preview
Loading…
Cancel
Save