diff options
author | Martmists <martmists@gmail.com> | 2020-04-19 23:14:52 +0200 |
---|---|---|
committer | Martmists <martmists@gmail.com> | 2020-04-19 23:14:52 +0200 |
commit | abb96da92a2383e16ad553c4d2ba0e985312c2b3 (patch) | |
tree | 69338945559b218508f4846752425111fa2d71d2 | |
parent | a7c7e463de03b9d32223acf8f8f6fbd1904fa377 (diff) |
License file
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ded602e1..70e86dc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ install: - mv "baserom.nds?dl=1" baserom.nds script: - - make + - export LM_LICENSE_FILE="$(pwd)/tools/mwccarm/license.dat" + - make notifications: email: false |