Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust tests to run locally and lint independent of tests
1) Linting failures were reported across the board as emacs 25 failure, 26 failure, and emacs-master failure. Now it will lint once and show lint failure versus the ominous "build" failure. 2) Switching to this circleci config version you can now run the tests locally with ```bash circleci local execute --job [job-name] ``` where job name is one of the four jobs available test-emacs-25, test-emacs-26, test-emacs-master, and test-lint
- Loading branch information