Skip to content

Commit

Permalink
added Elixir version 1.6.2 to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Mar 4, 2018
1 parent 74be18c commit 61a81cb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .tmux.zsh
@@ -0,0 +1,22 @@
#!/usr/bin/env zsh

# Copy me into any mix project directory as `.tmux.zsh` and `cd2project <that dir>` Will Just Work ™
export session_home_dir="$(dirname $0)"
export session_name="$(basename ${session_home_dir})"

source $Lab42MyZsh/tools/tmux.zsh

function init_new_session {

new_command_in_window mainvim 'vip git .'

new_command_in_window vilib "vip lib lib/{.,$session_name}"

new_window 'mix test'

new_command_in_window vitest "vip spec test/{.,$session_name}"
new_command_in_window console 'iex -S mix'
new_window etc
}

attach_or_create
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ branches:
elixir:
- 1.6.0
- 1.6.1
- 1.6.0
- 1.6.2
otp_release:
- 20.0
- 20.1
Expand Down

0 comments on commit 61a81cb

Please sign in to comment.